Google News
logo
Ajax - Interview Questions
Explain the limitations of AJAX?
The following are the limitations of AJAX :
 
It is difficult to bookmark a particular state of the application
 
Function provided in the code-behind file do not work because the dynamic pages cannot register themselves on browsers history engine automatically
 
If JavaScript is disabled, then AJAX is not able to perform any work
 
Response time may be slow because different controls of a page are loaded at different time.
Advertisement